luci-app-advanced-reboot: update to 1.1.0-1
authorStan Grishin <[email protected]>
Tue, 12 Aug 2025 08:31:10 +0000 (08:31 +0000)
committerStan Grishin <[email protected]>
Tue, 12 Aug 2025 08:38:34 +0000 (08:38 +0000)
commita353d15b5592455e9efb95af290c036b780de31c
treebe07fa0e98d2a138184b7141c0397d150489ff0a
parentaf2ca3d33feebb9718d12e9c949bd7230cc74039
luci-app-advanced-reboot: update to 1.1.0-1

Makefile:
- update SPDX license identified and copyright
- update documentation link

README:
- add short README with the link to full documentation

System View javascript:
- switch from single to double quotes
- update documentation link
- more readable translateTable
- better code readability for
  - callPowerOff
  - handlePowerOff
  - handleReboot
  - handleTogglePartition
  - handleAlternativeReboot
  - parsePartitions
  - some visual elements

RPCD Script:
- more resilient to unexpected CLI output
- add debugger function to ease development/debugging
- better check if `/var/alt_rom` is mounted before calling umount
- better handling of MTD indices

Device Support:
- add Linksys MR7350 which slipped thru the cracks

Signed-off-by: Stan Grishin <[email protected]>
applications/luci-app-advanced-reboot/Makefile
applications/luci-app-advanced-reboot/README.md
applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js
applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot
applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr7350.json [new file with mode: 0644]